I read about 3DES encryption but I don't understand exactly what the specific meaning of key size is. For example I found that 3DES supports 64, 128, 192, and 256 bits key size.
The key length for 3DES is 168 bits since three separate 56-bit keys are used. However, there is a meet-in-the-middle attack on 3DES that reduces its effective key strength to 112 bits.
It supports variable key sizes which range from 128 bits to 192 bits. It basically involves the usage of a symmetric key encryption system, which states that the same key is used for both encryption and decryption.
Key Length: 3DES provides up to 168 bits of key length, compared to DES's 56 bits. Security: The triple application of DES makes brute-force attacks far less feasible.